< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/keys.xhp

(section: keys) (bookmark: bm_id3154760)
keyboard;in IDE
shortcut keys;Basic IDE
IDE;keyboard shortcuts

キーボード; IDE
ショートカットキー;Basic IDE
IDE;キーボードショートカット

Keyboard Shortcuts in the Basic IDE
Basic IDE のキーボードショートカット(hd_id3154760.1)

(/section: keys)

In the Basic IDE you can use the following keyboard shortcuts:
Basic IDE では下記のキーボードショートカットが使用できます。(par_id3149655.2)

Action
アクション(par_id3154908.3)

Keyboard shortcut
キーボードショートカット(par_id3153192.4)

Run code starting from the first line, or from the current breakpoint, if the program stopped there before
プログラムコードの先頭行ないし、ブレークポイントによる停止中の場合はその行からプログラムを実行開始します。(par_id3159254.5)

F5
F5(par_id3163712.6)

Stop
Stop(par_id3150010.7)

Shift+F5
(Shift) + (F5) キー(par_id3154319.8)

Add watch for the variable at the cursor
オブザーバにカーソル位置の変数を追加します。(par_id3151073.11)

F7
F7(par_id3154731.12)

Single step through each statement, starting at the first line or at that statement where the program execution stopped before.
プログラムコードの先頭行ないし停止行から、各ステートメントをシングルステップで実行します。(par_id3148455.13)

F8
F8(par_id3150716.14)

Single step as with F8, but a function call is considered to be only one statement
F8 キーの場合と同様にシングルステップで実行しますが、関数呼び出しは 単一の ステートメントとみなします。(par_id3156275.15)

Shift+F8
(Shift) + (F8)(par_id3153764.16)

Set or remove a breakpoint at the current line or all breakpoints in the current selection
カーソル行のブレークポイントないし、選択範囲中のすべての行のブレークポイントに対して、その解除と設定を切り換えます。(par_id3150323.17)

F9
F9(par_id3147339.18)

Enable/disable the breakpoint at the current line or all breakpoints in the current selection
カーソル行のブレークポイントないし、選択範囲中のすべての行のブレークポイントに対して、そのアクティブ/非アクティブを切り換えます。(par_id3153963.19)

Shift+F9
(Shift) + (F9)(par_id3155175.20)


A running macro can be aborted with Shift+(in case of MAC)Command(/in case of MAC)(in other case)Ctrl(/in other case)+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+(in case of MAC)Command(/in case of MAC)(in other case)Ctrl(/in other case)+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8.
実行中のマクロは BASIC IDE の外部からも (Shift)+(in case of MAC)Command(/in case of MAC)(in other case)(Ctrl)(/in other case)+(Q) で中断できます。 BASIC IDE の内部からは、マクロがブレークポイントで停止しているのであれば (Shift)+(in case of MAC)(Command)(/in case of MAC)(in other case)(Ctrl)(/in other case)+(Q) で中断できます。ただし (F5)、(F8) または (Shift)+(F8) を押すまで結果を知ることはできません。 (par_id3154702.21)


< Prev / Next >